home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$000000D3,$00000049,$000002D0,$00000280,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$000000C9,$000000A2,$0000037B,$00000368,$00000026,$00000080,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- ofond3,
- obouton_sommaire4,
- obouton_lancer6,
- oVid_o7
- ];
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Flags is $00000004; Test is IsSpace;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Toggle; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Flags is $00000150;
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/2.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object ofond3 is cImage
- with
- Flags is $00000150;
- Name is "fond";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "Data/Images/pubalcool.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object obouton_sommaire4 is cImage
- with
- Flags is $00000150;
- Name is "bouton sommaire";
- Shown is false; Cursor is oFingerCursor;
- X is 629; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is obouton_sommaire4; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is obouton_sommaire4; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "data/Interface/sommaire.k"; URLOption is GetDiskURL; end
- ];
- end
- ];
- end;
-
- object obouton_lancer6 is cImage
- with
- Flags is $00000050;
- Name is "bouton lancer";
- Shown is false; Cursor is oFingerCursor;
- X is 475; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20video.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o7; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o7; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o7; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oVid_o7 is cMPEGMovie
- with
- Flags is $00000154;
- Name is "Vid\$E9o";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
- URL is "Data/Videos/Pubalcool.mpg"; URLOption is GetDiskURL;
- Events is [
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cEnableCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cEnableCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end
- ];
- end;